URL Parameter Passing

Go to a Specific Page in a Table Panel

Code Customization
Go to a Specific Page in a Table Panel
Description:

You can easily write a code customization to go to a specific page in a table panel, such as page 14 of 30. One way to do this is to pass the page number on the URL, for example:

http://localhost/MyApp1/Orders/ShowOrdersTable.aspx?page=14

To implement this mechanism, override the Page_Load_InitPageSettings() method in the Page class present in the code behind file aspx.cs. Set the PageIndex to the value passed via the URL. Then, call the DataBind() method to refresh the page.

This customization will be added in:

..\<Application Name>\<Table Name>\Show<Table Name>Table.aspx.cs

For example: C:\MyApp1\Orders\ShowOrdersTable.aspx.cs

Procedure:

Step 1:  Use this wizard to add code customization.

Step 2:  Build and run the application.

Step 3:  Pass the page number on the URL, for example:

http://localhost/MyApp1/Orders/ShowOrdersTable.aspx?page=14

Note:

This customization is applicable only to a show or editable table control.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.

Terms of Service Privacy Statement